home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri K-CD 2002 #1 / K-CD_2002-01.iso / Delphi / INSTALL / program files / Borland / Delphi6 / Demos / PropEdit / PieReg.dfm / PieReg.txt
Encoding:
Text File  |  2001-05-22  |  1.7 KB  |  92 lines

  1. object AngleEditorDlg: TAngleEditorDlg
  2.   Left = 252
  3.   Top = 197
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Pie Angles Editor'
  7.   ClientHeight = 138
  8.   ClientWidth = 185
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object EAngleLabel: TLabel
  20.     Left = 12
  21.     Top = 54
  22.     Width = 157
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = 'EndAngle = 0'
  26.   end
  27.   object SAngleLabel: TLabel
  28.     Left = 12
  29.     Top = 6
  30.     Width = 157
  31.     Height = 13
  32.     AutoSize = False
  33.     Caption = 'StartAngle = 0'
  34.   end
  35.   object OKButton: TButton
  36.     Left = 7
  37.     Top = 104
  38.     Width = 77
  39.     Height = 27
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 2
  44.   end
  45.   object CancelButton: TButton
  46.     Left = 99
  47.     Top = 104
  48.     Width = 77
  49.     Height = 27
  50.     Caption = 'Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 3
  53.     OnClick = CancelClick
  54.   end
  55.   object STrackBar: TTrackBar
  56.     Left = 5
  57.     Top = 24
  58.     Width = 176
  59.     Height = 25
  60.     Ctl3D = True
  61.     Max = 360
  62.     Orientation = trHorizontal
  63.     ParentCtl3D = False
  64.     PageSize = 10
  65.     Frequency = 1
  66.     Position = 0
  67.     SelEnd = 0
  68.     SelStart = 0
  69.     TabOrder = 0
  70.     TickMarks = tmBoth
  71.     TickStyle = tsNone
  72.     OnChange = STrackBarChange
  73.   end
  74.   object ETrackBar: TTrackBar
  75.     Left = 5
  76.     Top = 69
  77.     Width = 176
  78.     Height = 25
  79.     Max = 360
  80.     Orientation = trHorizontal
  81.     PageSize = 10
  82.     Frequency = 1
  83.     Position = 0
  84.     SelEnd = 0
  85.     SelStart = 0
  86.     TabOrder = 1
  87.     TickMarks = tmBoth
  88.     TickStyle = tsNone
  89.     OnChange = ETrackBarChange
  90.   end
  91. end
  92.